home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000147_news@newsmaster….columbia.edu _Mon Feb 2 10:11:48 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA22149
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 2 Feb 1998 10:11:47 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA06705
  7.     for kermit.misc@watsun; Mon, 2 Feb 1998 10:11:47 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Calling Kermit 95 from VB5?
  12. Date: 2 Feb 1998 15:11:44 GMT
  13. Organization: Columbia University
  14. Lines: 17
  15. Message-ID: <6b4nng$6in$1@apakabar.cc.columbia.edu>
  16. References: <01bd2fa8$a23f23a0$328b42cf@baus>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8330
  19.  
  20. In article <01bd2fa8$a23f23a0$328b42cf@baus>, Baus <baus@wolfenet.com> wrote:
  21. : Before I take the plunge to Kermit 95...
  22. : Any problems using K-95 from within a Visual Basic application doing simple
  23. : file transfers either through a serial port or over a modem?
  24. There shouldn't be.  If you have specific questions or problems, send them
  25. to kermit-support@columbia.edu.
  26.  
  27. : Any limit to the number of transfers K-95 can handle at one time on a
  28. : single PC using multiple com ports?
  29. Kermit can run concurrently on as many ports as your PC and Windows are
  30. configured to operate at once without interrupt conflicts; the limitation is
  31. in the PC architecture, not Kermit.
  32.  
  33. - Frank